home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1256 / general.inf < prev    next >
INI File  |  1997-04-18  |  2KB  |  91 lines

  1. ; COBOL parser settings for a superset of COBOL extensions
  2.  
  3. ; a list of possible exceptions for statements
  4. [Exceptions]
  5. Ex1=ON OVERFLOW,OVERFLOW
  6. Ex2=ON EXCEPTION,EXCEPTION
  7. Ex3=ON ESCAPE,ESCAPE
  8. Ex4=NO DATA
  9. Ex5=ON SIZE ERROR,SIZE ERROR
  10. Ex6=AT END,END
  11. Ex7=INVALID KEY,INVALID
  12. Ex8=AT END-OF-PAGE,END-OF-PAGE
  13. Ex9=AT EOP,EOP
  14. Ex10=WITH DATA,DATA
  15.  
  16. ; a list of statements that should be recognized
  17. [Statements]
  18. CallException=1,2
  19. SearchException=6
  20.  
  21. Stmt1=$DISPLAY
  22. Stmt2=$IF
  23. Stmt3=ACCEPT,2,3,*
  24. Stmt4=ADD,5,*
  25. Stmt5=ALTER
  26. Stmt6=CANCEL
  27. Stmt7=CHAIN
  28. Stmt8=CLOSE
  29. Stmt9=COMMIT
  30. Stmt10=COMPUTE,5,*
  31. Stmt11=CONNECT
  32. Stmt12=CONTINUE
  33. Stmt13=DELETE,7,*
  34. Stmt14=DISABLE
  35. Stmt15=DISCONNECT
  36. Stmt16=DISPLAY,2,*
  37. Stmt17=DIVIDE,5,*
  38. Stmt18=ENABLE
  39. Stmt19=ERASE
  40. Stmt20=EXAMINE
  41. Stmt21=EXHIBIT
  42. Stmt22=FETCH
  43. Stmt23=FIND
  44. Stmt24=FINISH
  45. Stmt25=FREE
  46. Stmt26=GENERATE
  47. Stmt27=GET
  48. Stmt28=GO
  49. Stmt29=INITIALIZE
  50. Stmt30=INITIATE
  51. Stmt31=INSPECT
  52. Stmt32=KEEP
  53. Stmt33=MERGE
  54. Stmt34=MODIFY
  55. Stmt35=MOVE
  56. Stmt36=MULTIPLY,5,*
  57. Stmt37=OPEN
  58. Stmt38=PURGE
  59. Stmt39=READ,6,7,*
  60. Stmt40=READY
  61. Stmt41=RECEIVE,4,10,*
  62. Stmt42=RECONNECT
  63. Stmt43=RELEASE
  64. Stmt44=RESET
  65. Stmt45=RETURN,6,*
  66. Stmt46=REWRITE,7,*
  67. Stmt47=ROLLBACK
  68. Stmt48=SEND
  69. Stmt49=SERVICE
  70. Stmt50=SET
  71. Stmt51=SORT
  72. Stmt52=START,7,*
  73. Stmt53=STOP
  74. Stmt54=STORE
  75. Stmt55=STRING,1,*
  76. Stmt56=SUBTRACT,5,*
  77. Stmt57=SUPPRESS
  78. Stmt58=TERMINATE
  79. Stmt59=TRANSFORM
  80. Stmt60=UNLOCK
  81. Stmt61=UNSTRING,1,*
  82. Stmt62=USE
  83. Stmt63=WRITE,7,8,9,*
  84.  
  85. ; these keywords should not be recognized as statements
  86. [NoKeywords]
  87. ;NK1=
  88.  
  89. [ParseOptions]
  90. AllowSentenceInAArea=1
  91.